home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
edsspell
/
spelltst.dpr
< prev
next >
Wrap
Text File
|
1996-09-15
|
165b
|
13 lines
program Spelltst;
uses
Forms,
Tstmain in 'TSTMAIN.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.